PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / MemoryStream Class / getPosition Method
In This Topic
    getPosition Method
    In This Topic
    Gets the position within the current stream.
    Syntax
    public long getPosition()

    Return Value

    The current position within the stream.
    Exceptions
    ExceptionDescription
    if the stream is closed.
    See Also